home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue36 / resource / ResourceFile.rc < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-19  |  294 b   |  16 lines

  1. #include "ResourceConstants.inc"
  2.  
  3. TomIcon ICON "Icons\Tom.ICO"
  4. JerryIcon ICON "Icons\Jerry.ICO"
  5.  
  6. STRINGTABLE
  7. BEGIN
  8.   TxtHelloWorld, "Hello, world!"
  9.   TxtMessage, "This is a resource file"
  10. END
  11.  
  12. SeasetBitmap BITMAP "Bitmaps\Seaset.BMP"
  13.  
  14. ResourcesSourceCode RCDATA "Resources.PAS"
  15.  
  16.